Openable

interface Openable(source)

A layout that has two states: opened and closed.

Functions

Link copied to clipboard
abstract fun close()
Move the layout to the closed state.
Link copied to clipboard
abstract fun isOpen(): Boolean
Check if the layout is currently in the opened state.
Link copied to clipboard
abstract fun open()
Move the layout to the opened state.